f1162207-4cf6-4192-95bd-4df801b04aff1.02016rollroll; toss"You can't roll; toss " + object.article + "."3You hear a shimmering sound and notice that a sword has appeared on the pedastal!")
}
]]>It's a triangular slot.falsefalseIt's a round shaped slot.falsefalseIt's a square shaped slot.falsefalseIt's a hockey puck.
if (Contains (slot 3,slab)) {
msg ("It is where it should be! Leave it alone!")
}
else {
msg ("Taken.")
AddToInventory (hockey puck)
}
Must have been bought in an Egyptian gift shop?
if (Contains (slot 1,pyramid souvenir)) {
msg ("This is in the proper place. No need to move it!")
}
else {
msg ("Taken.")
AddToInventory (pyramid souvenir)
}
It's a small stone square a little bigger than a coaster.
if (Contains (slot 3,slab)) {
msg ("It is where it belongs. You do not need to take it!")
}
else {
msg ("Taken, bacon.")
AddToInventory (slab)
}
^(put|place) (the |)(pyramid|triangle|souvenir|pyramid souvenir) (on|into|in|onto) (the |)(slot 1|1)^(put|place) (the |)(pyramid|triangle|souvenir|pyramid souvenir) (on|into|in|onto) (the |)(slot 2|2|3|slot 3)
if (Contains (pedastal,fabulous sword)) {
msg ("It's a pedastal on which rests a fabulous sword!")
}
else {
msg ("It's an old pedastal and there ain't nothin' on it!")
}
^(put|place) (the |)(puck|hockey|hockey puck) (on|into|in|onto) (the |)(slot 2|2)^(put|place) (the |)(puck|hockey|hockey puck) (on|into|in|onto) (the |)(slot 1|1|slot 3|3)^(put|place) (the |)(slab) (on|into|in|onto) (the |)(slot 3|3)^(put|place) (the |)(slab) (on|into|in|onto) (the |)(slot 1|1|slot 1|1|slot 2|2)It's a fabulous sword!false